home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / lcocxweb / samples.exe / Registry / Registry.bas < prev    next >
Encoding:
BASIC Source File  |  1998-08-04  |  428 b   |  11 lines

  1. Attribute VB_Name = "Regmod"
  2. 'This are the Main Keys that can be used to read or write
  3. 'NOTE: This declarations MUST exist in a module for the functions
  4. 'to work
  5. Public Const HKEY_CLASSES_ROOT = &H80000000
  6. Public Const HKEY_CURRENT_USER = &H80000001
  7. Public Const HKEY_LOCAL_MACHINE = &H80000002
  8. Public Const HKEY_USERS = &H80000003
  9. Public Const HKEY_CURRENT_CONFIG = &H80000005
  10. Public Const HKEY_DYN_DATA = &H80000006
  11.